/* AB模板网 整站模板下载 */
/* 模板：Www.AdminBuy.Cn */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
/* js特效：js.AdminBuy.Cn */
/* QQ：9490489 */
@import url('iconfont.css');
* {
	margin: 0;
	padding: 0;
}
address,
caption,
cite,
code,
dfn,
em,
optgroup,
th,
var {
  font-style: inherit;
  font-weight: inherit;
}
body {
	font-family: "microsoft yahei", Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #333;
	padding: 0;
	margin: 0;
	font-size: 13px;
}
body {
	font-family: Microsoft Yahei, xdlgo, Arial;
}
article.main {
	transition: .3s;
}
body.on article.main {
	-webkit-filter: blur(10px);
	filter: blur(10px);
	transition: .2s .3s;
}
/*banner*/
.apple-banner {
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.swiper-container {
	will-change: transform;
}
p.banner-p {
	line-height: 68px;
	font-size: 56px;/*font-family: xdlgob;*/
}
.swiper-slide a.a-1 {
	margin-top: 22px;
}
/*跳转按钮样式*/
a.a-1 {
	display: inline-block;
	position: relative;
	width: 180px;
	height: 55px;
	line-height: 55px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background: #006633;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-o-transition: background .3s;
	-moz-transition: background .3s;
	transition: background .3s;
}
a.a-1:hover {
	background: #006633;
}
a.a-1:active {
	top: 1px;
}
.a-back {
	margin-top: 45px;
	text-align: center;
}
/*.btn-circle*/
.btn-circle {
	position: relative;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
/*.btn-circle:active {
    transform: translateY(1px);
}*/
.btn-circle-hover, .btn-circle-click {
	position: absolute;
	z-index: 2;
	display: block;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	width: 0;
	height: 0;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	background: -moz-radial-gradient(#fff, transparent);
	background: -o-radial-gradient(#fff, transparent);
	background: radial-gradient(#fff, transparent);
	opacity: .1
}
.btn-circle-hover {
	opacity: 0;
}
.btn-circle-click {
	/*background: #99000c;*/
	background: #ee9d84;
}
header {
	height: 126px;
	-webkit-overflow-scrolling: touch;
}
.header-in {
	position: fixed;
	background: #fff;
	left: 0;
	top: 0;
	z-index: 999999;
	border-bottom: 1px solid #e6e0e0;
	width: 100%;
	height: 126px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header-l {
	display: inline-block;
	margin-left: 5.73%;
	margin-top: 36px;
	vertical-align: top;
}
.header-r {
	display: inline-block;
	float: right;
	margin-right: 5.73%;
	margin-top: 49px;
	font-size: 0;
	vertical-align: top;
}
.m-close {
	display: none;
	cursor: pointer;
}
.header-r-nav, .header-r-lang {
	display: inline-block;
	vertical-align: top;
}
.header-r-nav {
	margin-top: 5px;
	margin-right: 87px;
	/*margin-right: 6vw;*/
	margin-right: 5vw;
}
.header-r-nav > ul {
	font-size: 0;
}
.header-r-nav > ul > li {
	display: inline-block;
	position: relative;
	/*margin-right: 44px;*/
	margin-right: 71px;
	/*margin-right: 3.7vw;*/
	margin-right: 3vw;
	line-height: 16px;
	font-size: 16px;
	vertical-align: top;
}
.header-r-nav > ul > li:last-child {
	margin-right: 0;
}
.header-r-nav > ul > li > a {
	position: relative;
	display: block;
	height: 50px;
	color: #333;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.header-r-nav > ul > li:hover > a, .header-r-nav > ul > li.cur > a {
	color: #006633;
}
.header-r-nav > ul > li > a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 32px;
	width: 0;
	height: 3px;
	background: #006633;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
.header-r-nav > ul > li > a:hover::before, .header-r-nav > ul > li.cur > a::before {
	width: 100%;
}
.sub-menu {
	position: absolute;
	top: 50px;
	left: 50%;
	padding-top: 24px;
	padding-bottom: 24px;
	/*min-width: 224px;*/
	min-width: 180px;
	background: #222;
}
.header-r-nav > ul > li:hover .sub-menu {
}
.sub-menu > a {
	display: block;
	font-size: 15px;
	line-height: 36px;
	/*color: #888;*/
	color: #9A9A9A;
	text-indent: 20px;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.sub-menu > a > span {
	display: inline-block;
	width: 58%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
	text-indent: 0;
}
.sub-menu > a:hover {
	color: #fff;
}
.sub-menu > a::after {
	content: '>';
	position: relative;
	top: 2px;
	font-family: arrow;
	float: right;
	margin-right: 26px;
}
.search, .lang-sel {
	display: inline-block;
	vertical-align: top;
}
.lang-sel-m {
	display: none;
}
.search {
	position: relative;
	padding-right: 14px;
	margin-top: 6px;
	cursor: pointer;
}
.search input[type="text"] {
	position: absolute;
	left: -49px;
	top: -10px;
	z-index: 99;
	padding-left: 0;
	padding-right: 0;
	border: 1px solid #fff;
	border-bottom: 1px solid #cacaca;
	width: 0;
	height: 35px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: .6s .1s;
	background: #fff;
	opacity: 0;
}
.search.on input[type="text"] {
	padding-left: .5em;
	padding-right: 30px;
	width: 195px;
	opacity: 1;
	transition: .6s;
}
.search button {
	position: absolute;
	left: -30px;
	top: -8px;
	z-index: 199;
	border: 0;
	width: 33px;
	height: 33px;
	outline: none;
	cursor: pointer;
	background: transparent;
	transition: .6s .1s;
}
.search.on button {
	left: 112px;
	transition: .6s .05s;
}
.lang-sel {
	font-size: 0;
	margin-left: 35px;/*border-left: 1px solid #cacaca;*/
}
.lang-sel::before {
	content: '';
	display: block;
	position: absolute;
	left: -16px;
	top: 7px;
	width: 1px;
	height: 17px;
	background: #cacaca;
}
.lang-sel a {
	display: inline-block;
	margin-left: 12px;
	width: 30px;
	height: 30px;
	line-height: 29px;
	font-size: 12px;
	/*font-family: Arial;*/
	font-family: Microsoft Yahei;
	color: #fff;
	text-align: center;
	background: #999;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: top;
	-o-transition: .3s, transform 0s;
	-moz-transition: .3s, transform 0s;
	transition: .3s, transform 0s;
}
.lang-sel a:first-child {
	margin-left: 0;
}
.lang-sel a:hover, .lang-sel a.on {
	background: #014fa2;
}
.lang-sel a:active {
	transform: translateY(1px);
}

footer {
  color: #fff;
  padding-bottom: 5px;
  background: #525252;
  overflow: hidden;
}
footer a {
  color: #bbb;
}
footer a:hover {
  color: #fff;
}
footer .container {
  padding: 70px 0 110px;
}
footer .telbox {
  line-height: 1.8;
}
footer .telbox .tit {
  font-size: 16px;
}
footer .telbox .tel {
  font-size: 30px;
  font-family: medium;
  color: #fff;
  display: block;
}
footer .telbox .logo {
  margin-top: 10px;
}
footer .ewm div img{
    max-height: 120px;
}

footer .ewm{
    margin-top: 40px;overflow:hidden;
}
footer .ewm div{float:left;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #C3C3C3;
    line-height: 30px;
    margin-right: 30px;
}
@media (min-width: 993px) {
  footer .leftbox {
    float: left;
    width: 25%;
  }
  footer .ftnavs {
    float: right;
    width: 73.5%;
  }
  footer .ftnavs ul {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
footer .navitem h4 {
  font-size: 16px;
  position: relative;
  margin-bottom: 12px;
}
footer .navitem .icon-jia {
  float: right;
  transition: 0.3s;
  display: none;
  margin-right: 10px;
}
footer .navitem .info a {
  display: block;
  line-height: 38px;
}
footer .ft-bottom {
  height: 40px;
  line-height: 40px;
  background: #424242;
  position: relative;
  color: #777777;
  text-align: center;
}
footer .ft-bottom .copyright > * > * {
  display: inline-block;
  vertical-align: middle;
}
footer .ft-bottom .copyright .beian {
  margin-left: 5px;
  color: #777777;
}
footer .ft-bottom .copyright .beian:hover {
  color: #006633;
}
@media (max-width: 992px) {
  footer .navitem {
    float: none;
    width: 100%;
  }
  footer .navitem .icon-jia {
    display: block;
  }
  footer .navitem h4 {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    height: 46px;
    line-height: 46px;
    margin: 0;
  }
  footer .navitem .info {
    display: none;
    font-size: 15px;
    padding: 10px 30px;
    line-height: 2;
  }
  footer .navitem .info a {
    color: rgba(255, 255, 255, 0.8);
  }
  footer .navitem.active .iconfont {
    transform: rotate(135deg);
  }
  footer .content {
    padding: 40px 0;
  }
  footer .ft-bottom {
    font-size: 12px;
  }
  footer .ft-bottom .company {
    color: #fff;
    font-size: 13px;
  }
  footer .ft-bottom a,
  footer .ft-bottom span {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  footer .navitem h4 {
    font-weight: normal;
  }
  footer .telbox {
    text-align: center;
    margin-bottom: 0.5rem;
  }
  footer .telbox .logo {
    display: none;
  }
}
@media (max-width: 768px) {
  footer .ft-link {
    font-size: 12px;
  }
  footer .ft-link a {
    margin-right: 6px;
  }
  footer .navitem h4 {
    font-size: 16px;
  }
  footer .ft-bottom {
    padding-left: 11%;
    padding-right: 11%;
    padding-left: 6%;
    padding-right: 6%;
    width: 100%;
    height: auto;
    line-height: 1.7;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    font-size: 14px;
  }
  footer .ft-bottom > * {
    display: inline-block;
  }
}
/* footer e*/


.to-top {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-size: 0;
	background: rgba(0, 0, 0, .37);
	cursor: pointer;
	-o-transition: background .3s;
	-moz-transition: background .3s;
	transition: background .3s;
}
.to-top:hover {
	background: rgba(0, 0, 0, .6);
}
.to-top span {
	margin-right: 10px;
	font-size: 24px;
	color: #4f4f4f;
	vertical-align: top;
	transition: color .3s;
}
.to-top:hover span {
	color: #fff;
}
.to-top i {
	display: inline-block;
	position: relative;
	top: 5px;
	width: 33px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	background: #323232;
	border-radius: 5px;
	vertical-align: top;
	transition: background .3s;
}
.to-top:hover i {
	background: #484848;
}
/*作者日期*/
.news-one-belongs {
	line-height: 14px;
	font-size: 0;
}
.author {
	margin-right: 19px;
	font-size: 12px;
}
.author::before {
	content: ' ';
	display: inline-block;
	position: relative;
	top: 1px;
	margin-right: 5px;
	width: 10px;
	height: 11px;
	background-image: url(../img/i-author.png);
	background-repeat: no-repeat;
	-moz-background-size: 10px 11px;
	-o-background-size: 10px 11px;
	background-size: 10px 11px;
	background-position: center;
}
.views {
	font-size: 12px;
}
.views::before {
	content: ' ';
	display: inline-block;
	position: relative;
	top: 1px;
	margin-right: 5px;
	width: 14px;
	height: 10px;
	background-image: url(../img/i-views.png);
	background-repeat: no-repeat;
	-moz-background-size: 14px 10px;
	-o-background-size: 14px 10px;
	background-size: 14px 10px;
	background-position: center;
}
.time {
	float: right;
	font-size: 14px;
}
 @media (max-width: 1450px) {
.header-l {
	margin-left: 4%;
}
.header-r {
	margin-right: 4%;
}
.header-r-nav {
	margin-right: 60px;
	/*margin-right: 3.125vw;*/
	margin-right: 3.6vw;
}
.header-r-nav > ul > li {
	margin-right: 50px;
	margin-right: 2.6vw;
}
.search input[type="text"] {
	left: -19px;
	top: -10px;
}
.search.on input[type="text"] {
	padding-left: .5em;
	padding-right: 30px;
	width: 130px;
}
.search button {
	left: -30px;
	top: -8px;
}
.search.on button {
	left: 77px;
}
}
 @media (max-width: 1300px) {
.header-r-nav > ul > li {
	margin-right: 1.8vw;
}
}
 @media (min-width: 1200px) {
.sub-menu {
	z-index: -999;
	-webkit-transform: translateX(-63%) scale(.96);
	-moz-transform: translateX(-63%) scale(.96);
	-o-transform: translateX(-63%) scale(.96);
	transform: translateX(-63%) scale(.96);
	opacity: 0;
	visibility: hidden;
	-o-transition: .4s .05s;
	-moz-transition: .4s .05s;
	transition: .4s .05s;
}
.header-r-nav > ul > li:hover .sub-menu {
	-webkit-transform: translateX(-50%) scale(1);
	-moz-transform: translateX(-50%) scale(1);
	-o-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
	opacity: 1;
	visibility: visible;
	z-index: 999;
}
.footer-to-top {
	display: none;
}
.search-nav-m {
	display: none;
}
}
 @media (max-width: 1200px) {
header {
	position: relative;
	z-index: 99999;
	height: 110px;
	background: #fff;
}
.header-in {
	height: 110px;
}
.header-l {
	margin-top: 26px;
}
.lang-sel-m {
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 11%;
}
.lang-sel::before {
	display: none;
}
.m-close {
	display: block;
	position: absolute;
	right: 4%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	width: 36px;
	height: 26px;
}
.m-close i {
	position: absolute;
	display: block;
	right: 0;
	top: 50%;
	margin-top: -2px;
	width: 100%;
	height: 4px;
	background: #006633;
	opacity: 1;
	transition: .4s;
}
body.on .m-close i {
	opacity: 0;
	width: 0;
}
.m-close::before,  .m-close::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	transition: .6s;
	background: #006633;
}
body.on .m-close::before,  body.on .m-close::after {
}
.m-close::before {
	top: 0;
	transform-origin: 50% 50% 0;
}
.m-close::after {
	bottom: 0;
	transform-origin: 50% 50% 0;
}
body.on .m-close::before {
	top: 50%;
	transform: translateY(-50%) rotate(-135deg);
}
body.on .m-close::after {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%) rotate(135deg);
}
.search-nav-m {
	position: relative;
	margin-bottom: 16px;
}
.search-nav-m input[type="text"] {
	padding-left: 1em;
	padding-right: 70px;
	border: 0;
	width: 100%;
	height: 50px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	background: #eee;
	border-radius: 8px;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.search-nav-m button {
	position: absolute;
	border: 0;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	outline: none;
	background: transparent;
}
.search-nav-m button img {
	width: 25px;
}
.header-r-nav,  .header-r-lang {
	display: block;
}
.header-r-lang {
	display: none;
}
.header-r-nav > ul > li {
	margin: 0;
}
.header-r-nav {
	margin: 0 0 20px 0;
}
.header-r {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: -1;
	margin-top: 0;
	width: 100%;
	background: #fff;
}
body.on .header-r {
}
.header-r-in {
	padding-top: 20px;
	padding-bottom: 26px;
	margin: 0 auto;
	width: 86.7%;
	max-height: calc(100vh - 80px);
	overflow-x: hidden;
	overflow-y: auto;
}
.header-r-nav > ul > li {
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 18px;
	font-size: 18px;
}
.header-r-nav > ul > li > a {
	position: relative;
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e6e0e0;
	height: auto;
}
.header-r-nav > ul > li:last-child > a {
	border-bottom: 0;
}
.header-r-nav > ul > li > a::before {
	display: none;
}
.header-r-lang {
	text-align: center;
}
.sub-menu {
	display: none;
	position: relative;
	left: 0;
	top: 0;
	z-index: 999;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	padding-top: 5px;
	padding-bottom: 0px;
	background: #fff;
	opacity: 1;
	visibility: visible;
}
.sub-menu > a:hover {
	color: #006633
}
.sub-menu > a::after {
	display: none;
}
.header-r-nav > ul > li > a.a-sub.on::after {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}


.header-r-nav > ul > li > a.a-sub::after {
	content: '>';
	display: inline-block;
	/*position: absolute;*/
	float: right;
	margin-left: 5px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 24px;
	font-family: arrow;
	text-align: center;
}
.sub-menu > a {
	padding-top: 13px;
	padding-bottom: 13px;
	/* line-height: 24px; */
	line-height: 18px;
	font-size: 16px;
}
.footer-t {
	padding-top: 40px;
	padding-bottom: 110px;
	text-align: center;
	height: auto;
}
.footer-nav {
	display: none;
}
.footer-t-r {
	float: none;
}
.footer-qrcode {
	margin: 0;
}
.footer-share {
	position: absolute;
	bottom: 36px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}
.footer-share a {
	margin-right: 8px;
	margin-left: 8px;
}
.f-share-qrcode {
	left: 50%;
	bottom: 52px;
	-webkit-transform: translate(-50%, 15px);
	-ms-transform: translate(-50%, 15px);
	-o-transform: translate(-50%, 15px);
	transform: translate(-50%, 15px);
}
a.a-share-wx:hover .f-share-qrcode {
	-webkit-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	-o-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px);
}
.footer-b {
	padding-top: 20px;
	padding-bottom: 20px;
	height: auto;
	text-align: center;
}
.footer-b-l {
	margin-top: 0;
	margin-bottom: 0;
}
.footer-b-l p {
	margin-bottom: 0;
}
.to-top {
	display: none;
}
.footer-to-top {
	border-bottom: 1px solid #2f2f2f;
	height: 72px;
	line-height: 72px;
	text-align: center;
}
.footer-to-top span {
	font-size: 27px;
	color: #4f4f4f;
}
.footer-to-top i {
	position: relative;
	top: -4px;
	margin-left: 4px;
}
/*页脚邮箱*/
.footer-t-r {
	margin-top: 0;
}
.footer-email {
	text-align: center;
}
}
 @media (max-width: 62em) {
.footer-b {
}
.footer-qrcode {
}
}
 @media (max-width: 48em) {
.lang-sel-m {
	right: 14%;
}
a.a-1 {
	width: 146px;
	height: 46px;
	line-height: 46px;
}
.swiper-slide a.a-1 {
	margin-top: 17px;
}
.a-back {
	margin-top: 30px;
}
/*页脚邮箱*/
.footer-t {
	padding-top: 35px;
	padding-bottom: 100px;
}
.footer-email h3 {
	margin-bottom: 30px;
	line-height: 35px;
	font-size: 35px;
}
.footer-share {
	position: absolute;
	bottom: 31px;
	z-index: 10;
}
}
 @media (max-width: 400px) {
.footer-email .email-set {
	width: 100%;
}
}
 @media (max-width: 34em) {
header {
	height: 80px;
}
.header-in {
	height: 80px;
}
.header-r-in {
	padding-top: 15px;
	padding-bottom: 26px;
}
.header-l {
	margin-top: 25px;
}
.logo img {
	width: 150px;
}
.lang-sel-m {
	right: 18%;
}
}
/*手机兼容???客户不喜欢*/
/*@media (max-width: 34em) {
	header {
		height: 80px;
	}
	.header-in {
		height: 80px;
	}
	.header-r-in {
	    padding-top: 5px;
	    padding-bottom: 18px;
	}

	.header-l {
	    margin-top: 17px;
	}
	.logo img {
		width: 150px;
	}

	.lang-sel-m {
	    right: 18%;
	}

	.header-r-nav {
	    margin: 0;
	}
	.header-r-nav > ul > li {
	    line-height: 15px;
	    font-size: 15px;
	}
	.header-r-nav > ul > li > a {
	    padding-top: 9px;
	    padding-bottom: 9px;
	}
	.sub-menu {
		padding-top: 5px;
	}
	.sub-menu > a {
	    padding-top: 4px;
	    padding-bottom: 4px;
	    line-height: 14px;
	    font-size: 14px;
	}

	.search-nav-m {
	    margin-bottom: 10px;
	    height: 40px;
	}
	.search-nav-m input[type="text"] {
	    height: 40px;
		font-size: 15px;
	}
	.search-nav-m button {
        right: 15px;
	    top: 20px;
	}
}*/

@font-face {
	font-family: xdlgo;
	src: url('../fonts/GOTHIC.TTF')
}
@font-face {
	font-family: xdlgob;
	src: url('../fonts/gothicb.ttf')
}
@font-face {
	font-family: arrow;
	src: url('../fonts/st-arrow.ttf')
}

.pagebar{clear:both;margin:20px 0;text-align:center;}
.pagebar a:hover{color:#006633;}
.pagebar span a{color:#333;}
.page-status{border-radius:2px 0 0 2px;}
.page-last{border-radius:0 2px 2px 0;}
.page-index,.page-last,.page-next,.page-num,.page-pre,.page-status{display:inline-block;margin:0 -1px 5px 0;padding:0 15px;height:28px;border:1px solid #e2e2e2;background-color:#fff;color:#333;vertical-align:middle;font-size:12px;line-height:28px;}
.page-status{display:none;}
.page-num-current{background-color:#006633;color:#fff !important;}
a.page-num-current:hover{color:#fff;}

.psdesc-edit{ line-height:30px}

#maximg img{ max-width:100% !important; height:auto !important}

.shouj{ display:none}
@media screen and (max-width: 768px) {
   .shouj{ display:block !important}
   .pc{ display:none}
}

footer .container{width:1200px;max-width:1200px!important;}
 @media only screen and (max-width:1200px) {
 	footer .container{width:92%;}
 }
  @media only screen and (max-width:768px) {
 	footer .container{width:88%;}
 	
 }
 
.basenav-box {
  width: 100%;
}
.basenav {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: -78px auto 0;
}
.basenav::after {
  background: rgba(255, 255, 255, 0.85);
  content: '';
  display: block;
  position: absolute;
  width: 95%;
  top: 0;
  height: 100%;
  left: 50%;
  margin-left: -700px;
}
@media (max-width: 1600px) {
  .basenav::after {
    left: 6%;
    margin-left: 0;
  }
}
.basenav .inner {
  width: 88%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 5;
  text-align: center;
}
.basenav .crumb {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #8b8b8b;
}
.basenav .crumb a {
  color: #8b8b8b;
}
.basenav .crumb a:hover {
  color: #006633;
}
.basenav .crumb a {
  margin: 0 4px;
  font-size: 14px;
}
.basenav .crumb em {
  color: #006633;
}
.basenav .nav {
  display: block;
  padding: 0 60px;
  font-size: 16px;
  height: 78px;
  transition: 0.3s;
  white-space: nowrap;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: bold;
  line-height: 1.5;
}
.basenav .nav em {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
  color: #999;
}
.basenav .nav:hover {
  background: #fff;
}
.basenav .nav.active {
  background: #006633;
  color: #fff;
}
.basenav .nav.active em {
  color: #fff;
}
.basenav .inner {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
}
.basenav .nav {
  padding: 0 50px;
}
.basenav .nav:not(.active):hover {
  color: #006633;
}
@media (max-width: 992px) {
  .basenav {
    margin-top: -70px;
  }
  .basenav .nav {
    font-size: 16px;
    height: 70px;
  }
  .basenav .crumb {
    font-size: 14px;
  }
}
@media (max-width: 892px) {
  .basenav {
    margin-top: -60px;
  }
  .basenav .nav {
    height: 60px;
  }
  .basenav .crumb {
    display: none;
  }
}
@media (max-width: 640px) {
  .basenav {
    margin-top: 0;
    border-bottom: 1px solid #e5e5e5;
    height: 44px;
  }
  .basenav .nav {
    position: relative;
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 0;
    font-size: 14px;
    height: 44px;
  }
  .basenav .nav em {
    display: none;
  }
  .basenav .inner {
    width: 100%;
  }
  .basenav .inner .active {
    background: #f5f5f5;
    color: #006633;
  }
  .basenav .inner .active em {
    color: #006633;
  }
  .basenav .inner .active::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #006633;
    left: 0;
    bottom: 0;
  }
} 
 